home *** CD-ROM | disk | FTP | other *** search
- // Note - if the compiler complains with "Expression too Complex"
- // or something similar, compile the prg outside RMAKE. It's
- // an RMAKE stack or symbols space probelm or soemthig similar.
- // Actually, You can probably fix it by explicitly setting some or RMAKE's
- // command-line parameters.
-
- // To convert .Prg files into .Obj
- .Prg.Obj:
- Clipper $* /a /m /n /w
-
- Utils.obj: Utils.prg
-
- Abtest1.obj: Abtest1.prg
-
- Abtest2.obj: Abtest2.prg
-
- Abrowser.obj: Abrowser.prg
-
- Abtest1.exe: Abtest1.obj Abrowser.obj Utils.obj
- Blinker fi Abtest1, Abrowser, Utils
-
- Abtest2.exe: Abtest2.obj Abrowser.obj Utils.obj
- Blinker fi Abtest2, Abrowser, Utils
-
- AbClassy.obj: AbClassy.prg
-
- Abtest3.obj: Abtest3.prg
-
-
- Abtest3.exe: Abtest3.obj AbClassy.obj Utils.obj
- Blinker fi Abtest3, AbClassy, Utils LIB Classy
-
- Absuper.obj: Absuper.prg
-
- Abtest4.obj: Abtest4.prg
-
- Abtest4.exe: Abtest4.obj AbSuper.obj Utils.obj
- Blinker fi Abtest4, AbSuper, Utils LIB Supercls